Add lost doc for seg2trk and trk2seg.
authorrobertl <robertl>
Sun, 6 Jun 2010 00:38:00 +0000 (00:38 +0000)
committerrobertl <robertl>
Sun, 6 Jun 2010 00:38:00 +0000 (00:38 +0000)
xmldoc/filters/options/track-seg2trk.xml [new file with mode: 0644]
xmldoc/filters/options/track-trk2seg.xml [new file with mode: 0644]

diff --git a/xmldoc/filters/options/track-seg2trk.xml b/xmldoc/filters/options/track-seg2trk.xml
new file mode 100644 (file)
index 0000000..50e41b0
--- /dev/null
@@ -0,0 +1,6 @@
+<para>
+This option splits tracks at segment boundaries into multiple tracks. This
+is useful to restore the behaviour of GPSBabel versions up to 1.3.6 which
+didn't support track segment markers and automatically put each segment into
+a separate track.
+</para>
diff --git a/xmldoc/filters/options/track-trk2seg.xml b/xmldoc/filters/options/track-trk2seg.xml
new file mode 100644 (file)
index 0000000..8617b7f
--- /dev/null
@@ -0,0 +1,6 @@
+<para>
+This option merges multiple tracks, inserting segment separators at
+track boundaries. It expects the tracks to already be in the right order for
+merging, i.e. it does not check timestamps and reorder track points so that
+their timestamps are monotonically increasing.
+</para>